Skip to main content

Retrieve Monitor Details by Filter

GET 

/query/objects/

Call this API to get the details of monitors based on specific filters. The filter parameter must be provided in the query to filter and retrieve monitors that match the specified criteria.

Request

Query Parameters

    filter objectrequired

    The filter is an object that contains key-value pairs to filter monitors by specific criteria. The key indicates what attribute to filter by (e.g. object type) and the value provides the acceptable values for that attribute. The possible keys are: object.ip, object.host, object.type, and object.category. The corresponding possible values to the keys are: 192.168.1.1, Ubuntu 20, linux, and server.

Responses

Successful response. The request was successful, and the details of the monitors matching the specified filters were returned.

Schema
    result object[]
  • Array [
  • id integer
    object.target string
    object.ip string
    object.host string
    object.name string
    object.system.oid string
    object.type string
    object.discovery.method string
    object.state string
    object.category string
    remote.address string
    user.name string
    object.creation.time string
    object.creation.time.seconds integer
    object.business.hour.profile integer
    object.id integer
    object.groups integer[]
    object.snmp.device.catalog integer
    object.make.model string
    object.context object
    ping.check.status string
    port integer
    snmp.check.retries integer
    interface.discovery string
    topology.plugin.discovery string
    object.vendor string
  • ]
Loading...